Welcome![Sign In][Sign Up]
Location:
Search - keil c51 v7.2

Search list

[Other resourcexltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \\ temp. You can Project -
Platform: | Size: 5956 | Author: 邢兰停 | Hits:

[Other resourceDisplayerEx3

Description: 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. 感谢网友John X. Liu,在这个例子中我使用了他编写的仿真dll(Pc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常. -this example is another example of a two way (but the number of different tasks), it uses the highest-priority task, as shown mandate, ShowChar global variable as a parameter. TaskB function is a priority task to ten function, because no use local variables, these tasks can use a function. attention : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp, you could Project -
Platform: | Size: 5264 | Author: 邢兰停 | Hits:

[SCMw78e58bisp

Description: w78e58b isp 源程序,keil v7。10调试通过并应用。-w78e58b isp source, c51 v7. 10 adoption and application debugging.
Platform: | Size: 1024 | Author: 小邓 | Hits:

[Driver Develop硬盘控制程序

Description: 硬盘控制C语言程序。编译环境 : KEIL C51 V7.07 支持器件 : AT89C51-control drives C language program. Build Environment : KEIL C51 V7.07 support device : AT89C51
Platform: | Size: 4096 | Author: 大师傅 | Hits:

[SCMMCU_UART

Description: 使用单片机管脚模拟串口通讯的源程序。使用KEIL C51语言编写,KEIL V7.0环境下编译通过。-use analog microcontroller pin serial communication of the source. Use KEIL C51 language, KEIL billed environment compile.
Platform: | Size: 2048 | Author: 王克敏 | Hits:

[uCOSxltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \ temp. You can Project-
Platform: | Size: 6144 | Author: 邢兰停 | Hits:

[uCOSDisplayerEx3

Description: 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. 感谢网友John X. Liu,在这个例子中我使用了他编写的仿真dll(Pc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常. -this example is another example of a two way (but the number of different tasks), it uses the highest-priority task, as shown mandate, ShowChar global variable as a parameter. TaskB function is a priority task to ten function, because no use local variables, these tasks can use a function. attention : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp, you could Project-
Platform: | Size: 5120 | Author: 邢兰停 | Hits:

[SCMSP0604

Description: C51 COMPILER V7.20, COMPILATION OF MODULE SP0604_实验13_红外襙控器技蔩 OBJECT MODULE PLACED IN SP0604_实验13_红外遥控器技术.OBJ COMPILER INVOKED BY: d:\Keil\C51\BIN\C51.EXE SP0604_实验13_红外遥控器技术.c BROWSE DEBUG OBJECTEXTEND-uVision2 Project,Keil Software
Platform: | Size: 9216 | Author: | Hits:

[SCMKeil-CRACK

Description: 单片机KEIL编译软件,KEIL C51 注册机-SOFTWARE OF KEIL C51 V7.8
Platform: | Size: 13312 | Author: dslk | Hits:

[ARM-PowerPC-ColdFire-MIPSTBGUI_100_8051_Eval

Description: TBsoft-GUI V1.00 8051评估版免费下载,使用Keil C51 V7.06A作为编译器,可用于MCS-51系列单片机和单色LCD,支持键盘设备,支持使用小汉字库,允许用户程序外挂LCD和键盘驱动程序。-TBsoft-GUI V1.00 8051 evaluation version free download, using the Keil C51 V7.06A as the compiler can be used for MCS-51 family of single chip and color LCD, support for keyboard devices, support the use of small-Store, allows users to process and external LCD keyboard driver.
Platform: | Size: 2977792 | Author: andy | Hits:

[RFIDRFID_DEMO

Description: RFID 读卡器例程,包括了初始化、通讯参数配置及读写卡操作,适用于单片机和RFID芯片之间-RFID communication program,C51 COMPILER V7.10, COMPILATION OF MODULE RFID OBJECT MODULE PLACED IN .\rfid.obj COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE ..\SourceFile\rfid.c BROWSE DEBUG
Platform: | Size: 204800 | Author: 陈利欢 | Hits:

[SCMkeil-uvision4

Description: KEIL+C51+V8.06+完全汉化版,目前世界上最好的51单片机的汇编和c语言的开发工具。已完整汉化,整合了 PA51 V7.0 中文单片机汇编
Platform: | Size: 22703104 | Author: zhaozhao | Hits:

CodeBus www.codebus.net